home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20030409-20031118 / 000289_nugulus@netscape.net_Mon Sep 22 13:17:51 EDT 2003.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  58 lines

  1. Article: 14532 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!nntp1.tagonline.com!nycmny1-snf1.gtei.net!news.gtei.net!colt.net!news.maxwell.syr.edu!wn14feed!worldnet.att.net!207.115.63.142!prodigy.com!newsmst01.news.prodigy.com!prodigy.com!postmaster.news.prodigy.com!newssvr22.news.prodigy.com.POSTED!d286b79e!not-for-mail
  3. From: Jun Zhang <nugulus@netscape.net>
  4. User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624 Netscape/7.1
  5. X-Accept-Language: en-us, en
  6. MIME-Version: 1.0
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: send command failed but file was sent?
  9. References: <JAEbb.2$aD4.1@newssvr22.news.prodigy.com>
  10. In-Reply-To: <JAEbb.2$aD4.1@newssvr22.news.prodigy.com>
  11. Content-Type: text/plain; charset=us-ascii; format=flowed
  12. Content-Transfer-Encoding: 7bit
  13. Lines: 34
  14. Message-ID: <0bFbb.6$0n5.2@newssvr22.news.prodigy.com>
  15. NNTP-Posting-Host: 159.66.144.147
  16. X-Complaints-To: abuse@prodigy.net
  17. X-Trace: newssvr22.news.prodigy.com 1064247100 ST000 159.66.144.147 (Mon, 22 Sep 2003 12:11:40 EDT)
  18. NNTP-Posting-Date: Mon, 22 Sep 2003 12:11:40 EDT
  19. Organization: SBC http://yahoo.sbc.com
  20. X-UserInfo1: OXZYS]SGYJSUCFD[LZKJOPHAWB\^PBQLGPQRJRQIMASJETAANVW[AKWZE\]^XQWIGNE_[EBL@^_\^JOCQ^RSNVLGTFTKHTXHHP[NB\_C@\SD@EP_[KCXX__AGDDEKGFNB\ZOKLRNCY_CGG[RHT_UN@C_BSY\G__IJIX_PLSA[CCFAULEY\FL\VLGANTQQ]FN
  21. Date: Mon, 22 Sep 2003 16:11:40 GMT
  22. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14532
  23.  
  24. It turned out that the file being sent has problem. It's a shell script 
  25. and was aborting the kermit send process at a point, I don't know why.
  26.  
  27.  
  28. Jun
  29.  
  30. Jun Zhang wrote:
  31. > In the DELIVER script, a piece of the code,
  32. > AUTODIAL
  33. > if fail continue
  34. > out kermit\13
  35. > input 10 >
  36. > out receive\13
  37. > input 10 KERMIT READY
  38. > pause 1
  39. > send \%1
  40. > if success break
  41. > Each time the file was sent to the remote host OK, and I can view the 
  42. > content of the file, but the if statement didn't break the loop.
  43. > Another puzzle is that the remote shell always show up, even though I 
  44. > "set dial connect off".
  45. > I got something like "# receive --- not found", since receive is not a 
  46. > shell command. But again, file is transfered.
  47. > Thanks in advance!
  48. > Jun
  49.  
  50.